100
|
How can I remove an event
local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.AutoSize = false
oCalendar.FixedCellWidth = 36
oCalendar.Images("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTqlVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/yNAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA=")
// oCalendar.Events.Add(oCalendar.Date).Image = 1
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.Image = 1]
endwith
oCalendar.Events.Remove(oCalendar.Date)
|
99
|
How can I count the events
local oCalendar,var_Count,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.Images("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTqlVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/yNAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA=")
// oCalendar.Events.Add(oCalendar.Date).Image = 1
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.Image = 1]
endwith
var_Count = oCalendar.Events.Count
|
98
|
How can I clear all events
local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.Images("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTqlVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/yNAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA=")
// oCalendar.Events.Add(oCalendar.Date).Image = 1
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.Image = 1]
endwith
oCalendar.Events.Clear()
|
97
|
How can I save the events in the calendar
local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
|
96
|
How can I assign an icon to a date

local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.AutoSize = false
oCalendar.FixedCellWidth = 36
oCalendar.Images("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTqlVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/yNAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA=")
// oCalendar.Events.Add(oCalendar.Date).Image = 1
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.Image = 1]
endwith
|
95
|
How can I enable or disable a date

local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
// oCalendar.Events.Add(oCalendar.Date).Disabled = true
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.Disabled = True]
endwith
|
94
|
How can I mark or highlight a date

local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
// oCalendar.Events.Add(oCalendar.Date).Marker = true
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.Marker = True]
endwith
|
93
|
How can I assign a tooltip or a comment to a date

local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
var_Event = oCalendar.Events.Add(oCalendar.Date)
var_Event.Comment = "This is a text that shows up when the cursor hovers the date"
var_Event.CommentTitle = "T I T L E"
oCalendar.HideSelection = true
|
92
|
How can I assign any extra data to a date
local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
// oCalendar.Events.Add(oCalendar.Date).UserData = "your data"
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.UserData = "your data"]
endwith
|
91
|
How can I change the background color for a date

local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
// oCalendar.Events.Add(oCalendar.Date).BackColor = 0xff
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.BackColor = 255]
endwith
|
90
|
How can I change the foreground color for a date

local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
// oCalendar.Events.Add(oCalendar.Date).ForeColor = 0xff
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.ForeColor = 255]
endwith
|
89
|
How can I draw a date as strikeout

local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
// oCalendar.Events.Add(oCalendar.Date).StrikeOut = true
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.StrikeOut = True]
endwith
|
88
|
How can I underline a date

local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
// oCalendar.Events.Add(oCalendar.Date).Underline = true
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.Underline = True]
endwith
|
87
|
How can I make italic a date

local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
// oCalendar.Events.Add(oCalendar.Date).Italic = true
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.Italic = True]
endwith
|
86
|
How can I bold a date

local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
// oCalendar.Events.Add(oCalendar.Date).Bold = true
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.Bold = True]
endwith
|
85
|
How can I get the last visible date being displayed in the calendar
local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.ShowNonMonthDays = false
// oCalendar.Events.Add(oCalendar.LastVisibleDate).Comment = "This is the last visible date"
var_Event = oCalendar.Events.Add(oCalendar.LastVisibleDate)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.Comment = "This is the last visible date"]
endwith
|
84
|
How can I get the first visible date being displayed in the calendar
local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.ShowNonMonthDays = false
// oCalendar.Events.Add(oCalendar.FirstVisibleDate).Comment = "This is the first visible date"
var_Event = oCalendar.Events.Add(oCalendar.FirstVisibleDate)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.Comment = "This is the first visible date"]
endwith
|
83
|
How can I hide the ticker that's shown for dates that have a tooltip or a comment
local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.CommentBackColor = oCalendar.BackColor
// oCalendar.Events.Add(oCalendar.Date).Comment = "This is a text that shows up when the cursor hovers the date"
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.Comment = "This is a text that shows up when the cursor hovers the date"]
endwith
|
82
|
How can I change the visual aspect of the dates that have a comment or a tooltip assigned

local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
oCalendar.CommentBackColor = 0x1000000
// oCalendar.Events.Add(oCalendar.Date).Comment = "This is a text that shows up when the cursor hovers the date"
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.Comment = "This is a text that shows up when the cursor hovers the date"]
endwith
oCalendar.HideSelection = true
|
81
|
How can I change the visual aspect of the dates that have a comment or a tooltip assigned
local oCalendar,var_Appearance,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
var_Appearance = oCalendar.VisualAppearance
var_Appearance.Add(11,"c:\exontrol\images\normal.ebn")
var_Appearance.Add(1,"CP:11 4 2 -2 -2")
oCalendar.CommentBackColor = 0x1000000
// oCalendar.Events.Add(oCalendar.Date).Comment = "This is a text that shows up when the cursor hovers the date"
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.Comment = "This is a text that shows up when the cursor hovers the date"]
endwith
oCalendar.HideSelection = true
|
80
|
How can I change the color to highlight the dates that have a comment or a tooltip assigned

local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.CommentBackColor = 0x0
// oCalendar.Events.Add(oCalendar.Date).Comment = "This is a text that shows up when the cursor hovers the date"
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.Comment = "This is a text that shows up when the cursor hovers the date"]
endwith
oCalendar.HideSelection = true
|
79
|
How can I hide the days that are shown in gray, and doesn' belong to the month

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.ShowNonMonthDays = false
|
78
|
How can I change the color for non working days

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.NonworkingDays = 6
oCalendar.NonworkingDaysPattern = 10
oCalendar.NonworkingDaysColor = 0xff
|
77
|
How can I change the pattern or the style to draw the non working days

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.NonworkingDays = 6
oCalendar.NonworkingDaysPattern = 10
|
76
|
How can I show or hide the non working days
local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.NonworkingDays = 0
|
75
|
How can I specify the non working days
local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.NonworkingDays = 6
|
74
|
How do I get the height of the control to fit the MaxMonthY months in the client area
local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
|
73
|
How do I get the width of the control to fit the MaxMonthX months in the client area
local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
|
72
|
How can I specify the min and max years to scroll within
local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.MinScrollYear = 2001
oCalendar.MaxScrollYear = 2010
|
71
|
How do I let the tooltip being displayed longer

local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.ToolTipPopDelay = 10000
// oCalendar.Events.Add(oCalendar.Date).Comment = "This is a text that shows up when the cursor hovers the date"
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.Comment = "This is a text that shows up when the cursor hovers the date"]
endwith
oCalendar.HideSelection = true
|
70
|
How can I save the selected dates
local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
|
69
|
How can I change the date that gets the focus
local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.Date = "01/01/2001"
oCalendar.FocusDate = "01/02/2001"
|
68
|
How can I select a new date
local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.Date = "01/01/2001"
oCalendar.Value = "01/02/2001"
|
67
|
I've seen that the width of the tooltip is variable. Can I make it larger

local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.ToolTipWidth = 328
// oCalendar.Events.Add(oCalendar.Date).Comment = "This is a text that shows up when the cursor hovers the date"
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.Comment = "This is a text that shows up when the cursor hovers the date"]
endwith
oCalendar.HideSelection = true
|
66
|
How do I disable showing the tooltip for all control
local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.ToolTipDelay = 0
// oCalendar.Events.Add(oCalendar.Date).Comment = "This is a text that shows up when the cursor hovers the date"
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.Comment = "This is a text that shows up when the cursor hovers the date"]
endwith
oCalendar.HideSelection = true
|
65
|
How do I show the tooltip quicker
local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.ToolTipDelay = 1
// oCalendar.Events.Add(oCalendar.Date).Comment = "This is a text that shows up when the cursor hovers the date"
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.Comment = "This is a text that shows up when the cursor hovers the date"]
endwith
oCalendar.HideSelection = true
|
64
|
How do I call your x-script language
local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.ExecuteTemplate("BackColor = RGB(255,0,0)")
|
63
|
How do I call your x-script language
local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.Template = "BackColor = RGB(255,0,0)"
|
62
|
Can I change the font for the tooltip

local oCalendar,var_Event,var_StdFont
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.ToolTipDelay = 1
var_StdFont = oCalendar.ToolTipFont
var_StdFont.Name = "Tahoma"
var_StdFont.Size = 14
oCalendar.ToolTipWidth = 364
// oCalendar.Events.Add(oCalendar.Date).Comment = "This is a text that shows up when the cursor hovers the date"
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.Comment = "This is a text that shows up when the cursor hovers the date"]
endwith
oCalendar.HideSelection = true
|
61
|
How can I change the caption of the Today's button

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.TodayCaption = "Azi"
|
60
|
How do I get the date from the cursor
local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
|
59
|
How do I unselect a date

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.SingleSel = false
oCalendar.Date = "01/01/2001"
oCalendar.SelDate = "01/02/2001"
oCalendar.SelDate = "01/03/2001"
oCalendar.SelDate = "01/04/2001"
oCalendar.UnSelDate("01/03/2001")
|
58
|
How do I get the list of selected dates
/*
with (this.EXCALENDARACTIVEXCONTROL1.nativeObject)
SelectionChanged = class::nativeObject_SelectionChanged
endwith
*/
// Fired when the selection is changed.
function nativeObject_SelectionChanged()
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
? Str(oCalendar.SelDate)
return
local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
|
57
|
How do I select multiple dates

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.SingleSel = false
oCalendar.Date = "01/01/2001"
oCalendar.SelDate = "01/02/2001"
oCalendar.SelDate = "01/03/2001"
oCalendar.SelDate = "01/04/2001"
|
56
|
How do I get the selected date
local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.SelDate = oCalendar.Date
|
55
|
How can I build a date expression
local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.Date = oCalendar.DoDate(2001,1,1)
|
54
|
How can I select a new date

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.Date = oCalendar.DoDate(2001,1,1)
oCalendar.SelDate = oCalendar.DoDate(2001,1,2)
|
53
|
How can I select a new date
local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.Date = "01/01/2001"
oCalendar.SelDate = "01/02/2001"
|
52
|
How can I change the browsed date
local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.Date = "01/01/2001"
|
51
|
How can I show or hide the buttons that in the header

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.ShowYearSelector = false
oCalendar.ShowMonthSelector = false
|
50
|
How can I show or hide the buttons that scrolls the years

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.ShowYearSelector = false
|
49
|
How can I disable changing the month in the months selector

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.ShowMonthSelector = false
|
48
|
How can I change the visual aspect of the selected date, using your EBN

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.BackColor = 0xffffff
oCalendar.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
oCalendar.SelBackColor = 0x1000000
oCalendar.SelForeColor = oCalendar.BackColor
|
47
|
How can I change the colors for selected dates

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.SelBackColor = 0x0
oCalendar.SelForeColor = 0xffffff
|
46
|
How can I change the color of the line arround a month

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.DrawBorderLine = 2
oCalendar.BorderLineColor = 0xff
|
45
|
How can I change the style of the line arround a month

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.DrawBorderLine = 2
|
44
|
How can I specify the number of months being displayed
local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.ShowTodayButton = false
oCalendar.ShowYearScroll = false
oCalendar.MinMonthX = 2
oCalendar.MaxMonthX = 2
oCalendar.MinMonthY = 2
oCalendar.MaxMonthY = 2
|
43
|
How can I lock the control, so user can't select a new date
local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.Locked = true
|
42
|
How do I change the first day of the week

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.FirstDay = 2
|
41
|
How do I change the name of the months

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.MonthNames = "Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec"
|
40
|
How do I change the name of the months

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.Template = [MonthName(1) = "Jan"] // oCalendar.MonthName(1) = "Jan"
oCalendar.Template = [MonthName(2) = "Feb"] // oCalendar.MonthName(2) = "Feb"
oCalendar.Template = [MonthName(3) = "Mar"] // oCalendar.MonthName(3) = "Mar"
oCalendar.Template = [MonthName(4) = "Apr"] // oCalendar.MonthName(4) = "Apr"
oCalendar.Template = [MonthName(5) = "May"] // oCalendar.MonthName(5) = "May"
oCalendar.Template = [MonthName(6) = "Jun"] // oCalendar.MonthName(6) = "Jun"
oCalendar.Template = [MonthName(7) = "Jul"] // oCalendar.MonthName(7) = "Jul"
oCalendar.Template = [MonthName(8) = "Aug"] // oCalendar.MonthName(8) = "Aug"
oCalendar.Template = [MonthName(9) = "Sep"] // oCalendar.MonthName(9) = "Sep"
oCalendar.Template = [MonthName(10) = "Oct"] // oCalendar.MonthName(10) = "Oct"
oCalendar.Template = [MonthName(11) = "Nov"] // oCalendar.MonthName(11) = "Nov"
oCalendar.Template = [MonthName(12) = "Dec"] // oCalendar.MonthName(12) = "Dec"
|
39
|
How do I change the name for each week day

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.AutoSize = false
oCalendar.FixedCellWidth = 24
oCalendar.FixedCellHeight = 16
oCalendar.WeekDays = "Su Mo Tu We Th Fr Sa"
oCalendar.HeaderForeColor = 0xff
oCalendar.HeaderBackColor = 0xffffff
|
38
|
How can I specify the width and height for dates being displayed in the calendar
local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.AutoSize = false
oCalendar.FixedCellWidth = 22
oCalendar.FixedCellHeight = 16
|
37
|
How can I specify the width and height for dates being displayed in the calendar
local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.AutoSize = false
oCalendar.FixedCellWidth = 32
oCalendar.FixedCellHeight = 24
|
36
|
How do I change the appearance for dates in the calendar

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.AppearanceDay = 1
oCalendar.BackColor = 0x8000000f
|
35
|
How do I specify the color for the grid lines

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.DrawGridLine = 1
oCalendar.GridLineColor = 0xff
|
34
|
How do I draw the grid lines

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.DrawGridLine = 1
|
33
|
How do I change the foreground color for the week days and week numbers header

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.HeaderForeColor = 0xff
oCalendar.ShowWeeks = true
|
32
|
How do I change the background color for the week days and week numbers header

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.HeaderBackColor = 0xff
oCalendar.ShowWeeks = true
|
31
|
How can I show or hide the 'Today' button

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.ShowTodayButton = false
|
30
|
How can I show or hide the scroll bar that changes the year

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.ShowYearScroll = false
|
29
|
How can I show or hide the header that displays the months

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.ShowMonth = false
|
28
|
How can I show or hide the header that displays the week days

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.ShowDays = false
|
27
|
How do I show or hide the weeks

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.ShowWeeks = true
|
26
|
How can I change the visual appearance of Today date in the calendar

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.MarkToday = true
oCalendar.Template = [Background(14) = 255] // oCalendar.Background(14) = 0xff
|
25
|
How do I mark the Today date

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.MarkToday = true
|
24
|
How can I show the control's selection even if the control loses the focus

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.HideSelection = false
|
23
|
How can I hide the control's selection when the control loses the focus

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.HideSelection = true
|
22
|
How do I enable single selection
local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.SingleSel = true
|
21
|
How do I enable multiple selection

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.SingleSel = false
|
20
|
How do I disable or enable the control
local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.Enabled = false
|
19
|
Can I change the forecolor for the tooltip

local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.ToolTipDelay = 1
oCalendar.ToolTipWidth = 364
oCalendar.Template = [Background(66) = 255] // oCalendar.Background(66) = 0xff
// oCalendar.Events.Add(oCalendar.Date).Comment = "This is a text that shows up when the cursor hovers the date"
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.Comment = "This is a text that shows up when the cursor hovers the date"]
endwith
oCalendar.HideSelection = true
|
18
|
Can I change the background color for the tooltip

local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.ToolTipDelay = 1
oCalendar.ToolTipWidth = 364
oCalendar.Template = [Background(65) = 255] // oCalendar.Background(65) = 0xff
// oCalendar.Events.Add(oCalendar.Date).Comment = "This is a text that shows up when the cursor hovers the date"
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.Comment = "This is a text that shows up when the cursor hovers the date"]
endwith
oCalendar.HideSelection = true
|
17
|
Can I change the default border of the tooltip, using your EBN files

local oCalendar,var_Event
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.ToolTipDelay = 1
oCalendar.ToolTipWidth = 364
oCalendar.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
oCalendar.Template = [Background(64) = 16777216] // oCalendar.Background(64) = 0x1000000
// oCalendar.Events.Add(oCalendar.Date).Comment = "This is a text that shows up when the cursor hovers the date"
var_Event = oCalendar.Events.Add(oCalendar.Date)
with (oCalendar)
TemplateDef = [dim var_Event]
TemplateDef = var_Event
Template = [var_Event.Comment = "This is a text that shows up when the cursor hovers the date"]
endwith
oCalendar.HideSelection = true
|
16
|
How can I change the visual appearance of the selected month, in the months selector, using EBN files

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
oCalendar.Template = [Background(15) = 16777216] // oCalendar.Background(15) = 0x1000000
oCalendar.Template = [Background(16) = 255] // oCalendar.Background(16) = 0xff
|
15
|
How can I change the visual appearance of Today date in the calendar, using EBN files

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.VisualAppearance.Add(1,"c:\exontrol\images\pushed.ebn")
oCalendar.Template = [Background(14) = 16777216] // oCalendar.Background(14) = 0x1000000
oCalendar.Template = [Background(20) = 1] // oCalendar.Background(20) = 0x1
oCalendar.SelForeColor = 0x0
oCalendar.MarkToday = true
|
14
|
How can I change the visual appearance of separator between calendar and 'Today' button , using EBN files

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
oCalendar.Template = [Background(13) = 16777216] // oCalendar.Background(13) = 0x1000000
|
13
|
How can I change the visual appearance of the scrolling bar for years, using EBN files

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
oCalendar.VisualAppearance.Add(2,"c:\exontrol\images\pushed.ebn")
oCalendar.Template = [Background(12) = 16777216] // oCalendar.Background(12) = 0x1000000
oCalendar.Template = [Background(11) = 33554432] // oCalendar.Background(11) = 0x2000000
|
12
|
How can I change the visual appearance of 'Today' button, using EBN files

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
oCalendar.VisualAppearance.Add(2,"c:\exontrol\images\pushed.ebn")
oCalendar.Template = [Background(9) = 16777216] // oCalendar.Background(9) = 0x1000000
oCalendar.Template = [Background(10) = 33554432] // oCalendar.Background(10) = 0x2000000
|
11
|
How can I change the visual appearance of header , using EBN files

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
oCalendar.Template = [Background(8) = 16777216] // oCalendar.Background(8) = 0x1000000
oCalendar.HeaderForeColor = 0xff
|
10
|
How can I change the visual appearance of header that week numbers, using EBN files

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
oCalendar.Template = [Background(7) = 16777216] // oCalendar.Background(7) = 0x1000000
oCalendar.HeaderForeColor = 0xff
oCalendar.ShowWeeks = true
|
9
|
How can I change the visual appearance of header that displays days, using EBN files

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
oCalendar.Template = [Background(6) = 16777216] // oCalendar.Background(6) = 0x1000000
|
8
|
How can I change the visual appearance of the drop down button, using EBN files
local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
oCalendar.VisualAppearance.Add(2,"c:\exontrol\images\pushed.ebn")
oCalendar.Template = [Background(4) = 16777216] // oCalendar.Background(4) = 0x1000000
oCalendar.Template = [Background(5) = 33554432] // oCalendar.Background(5) = 0x2000000
|
7
|
How do I change the visual appearance of the left and right buttons in the calendar's header, using EBN files

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
oCalendar.Template = [Background(2) = 16777216] // oCalendar.Background(2) = 0x1000000
oCalendar.Template = [Background(3) = 16777216] // oCalendar.Background(3) = 0x1000000
|
6
|
How do I change the visual appearance of the up and down buttons in the calendar's header, using EBN files

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
oCalendar.Template = [Background(0) = 16777216] // oCalendar.Background(0) = 0x1000000
oCalendar.Template = [Background(1) = 16777216] // oCalendar.Background(1) = 0x1000000
|
5
|
How do I change the control's foreground color

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.ForeColor = 0xff
|
4
|
How do I change the control's background color

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.BackColor = 0xc8c8c8
|
3
|
How can I change the control's font

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.Font.Name = "Verdana"
|
2
|
How do I change the control's border, using your EBN files

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn")
oCalendar.Appearance = 16777216 /*0x1000000 | */
|
1
|
How do I remove the control's border

local oCalendar
oCalendar = form.EXCALENDARACTIVEXCONTROL1.nativeObject
oCalendar.Appearance = 0
|